home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- startTimer()
- repeat while the timer < 200
- if the mouseDown then
- go("loadup")
- exit
- end if
- end repeat
- end
-
- on keyDown
- if the key = RETURN then
- if the machineType = 256 then
- set the movieRate of sprite 3 to 0
- go(label("little") + 1)
- else
- go("Main Screen")
- end if
- end if
- end
-